object BackupSwUsrDialog: TBackupSwUsrDialog Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'switch user account' ClientHeight = 202 ClientWidth = 453 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] HelpFile = '9' OldCreateOrder = False Position = poMainFormCenter OnCloseQuery = FormCloseQuery OnKeyDown = FormKeyDown DesignSize = ( 453 202) PixelsPerInch = 96 TextHeight = 14 object lblTitle: TResLabel Left = 12 Top = 12 Width = 428 Height = 33 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'lblTitle' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True WordWrap = True ExplicitWidth = 429 end object lblPassword: TResLabel Left = 12 Top = 83 Width = 77 Height = 14 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True ResourceCaption = 50326 end object lblUsername: TResLabel Left = 12 Top = 55 Width = 77 Height = 16 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True ResourceCaption = 50325 end object lblError: TResLabel Left = 12 Top = 138 Width = 421 Height = 21 Anchors = [akLeft, akTop, akRight] AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [fsItalic] ParentFont = False Transparent = True WordWrap = True ExplicitWidth = 422 end object edtPassword: TEdit Left = 95 Top = 80 Width = 346 Height = 22 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False PasswordChar = '*' TabOrder = 1 OnChange = edtPasswordChange end object cbxRememberPassword: TResTeCheckBox Left = 95 Top = 108 Width = 346 Height = 24 OnKeyDown = cbxRememberPasswordKeyDown AllowGrayed = False Alignment = kalLeftJustify Checked = True Spacing = 5 State = kcbsChecked ThemeObject = 'default' TabOrder = 2 Transparent = True WordWrap = True ResourceCaption = 50364 end object btnOK: TResTeButton Left = 199 Top = 166 Width = 118 Height = 25 Caption = 'btnOK' Default = True Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 3 end object btnCancel: TResTeButton Left = 323 Top = 166 Width = 118 Height = 25 Cancel = True Caption = 'btnCancel' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Tahoma' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 4 end object cbxUsername: TComboBox Left = 95 Top = 52 Width = 346 Height = 22 ItemHeight = 14 TabOrder = 0 OnChange = cbxUsernameChange end object ThemeForm: TTeForm2 ThemeObject = 'StandardDialog' Left = 408 Top = 126 end end